home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / Kant Pro source Folder / Kant Pro 1.1 ƒ / Shell ƒ / buttons.h < prev    next >
Encoding:
Text File  |  1994-08-22  |  388 b   |  7 lines  |  [TEXT/MMCC]

  1. void Draw3DButton(Rect *buttonRect, unsigned char *theTitle,
  2.     Handle iconHandle, short buttonDepth, Boolean isDown, Boolean drawTriangle);
  3. Boolean Track3DButton(Rect *buttonRect, unsigned char *theTitle,
  4.     Handle iconHandle, short buttonDepth, Boolean drawTriangle);
  5. void Hit3DButton(Rect *buttonRect, unsigned char *theTitle,
  6.     Handle iconHandle, short buttonDepth, Boolean drawTriangle);
  7.